home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / PMAKER65 / archive.z / FFIS5601.PPD < prev    next >
PostScript Printer Description  |  1995-03-20  |  64KB  |  1,213 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *%===============================================================
  10. *%    PPD file for "FujiFilm ImageSetter IS-560"
  11. *%    Create by Tetsuya Sano ( FUJIFILM Co., Ltd )
  12. *%    Date: 8 March. 1995 in Japan
  13. *%===============================================================
  14. *FormatVersion: "4.2"
  15. *FileVersion: "1.1"
  16. *LanguageEncoding: ISOLatin1
  17. *LanguageVersion: English
  18. *Product: "(LUXSETTER)"
  19. *PSVersion: "(2013.114) 6"
  20. *ModelName: "IS-560-001"
  21. *NickName: "IS-560-001 v2013.114"
  22. *PCFileName: "FFIS5601.PPD"
  23.  
  24. *% ==== Device Capabilities =============
  25. *LanguageLevel: "2"
  26.  
  27. *FreeVM: "1073738400"
  28.  
  29. *ColorDevice: True
  30. *DefaultColorSpace: CMYK
  31. *VariablePaperSize: True
  32. *TTRasterizer: None
  33.  
  34. *FileSystem: True
  35. *?FileSystem:"
  36. save false (%disk?%) { currentdevparams dup /Writeable known 
  37.  { /Writeable get {pop true} if } { pop } ifelse } 
  38.  10 string /IODevice resourceforall { (True) } { (False) } 
  39.  ifelse = flush restore
  40. "
  41. *End
  42.  
  43. *Throughput: "2"
  44. *Password: "0" 
  45.  
  46. *% system infomation =============================================
  47. *ExitServer: "
  48.  count 0 eq
  49.  { false } { true exch startjob } ifelse
  50.  not { 
  51.      (WARNING: Cannot modify initial VM.) =
  52.      (Missing or invalid password.) =
  53.      (Please contact the author of this software.) = flush quit
  54.      } if
  55. "
  56. *End
  57.  
  58. *Reset: "
  59.  count 0 eq
  60.  { false } { true exch startjob } ifelse
  61.  not { 
  62.     (WARNING: Cannot reset printer.) =
  63.     (Missing or invalid password.) =
  64.     (Please contact the author of this software.) = flush quit
  65.     } if
  66.  systemdict /quit get exec
  67.  (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *% Resolution Information =========================================
  72. *OpenUI *Resolution: PickOne
  73. *OrderDependency: 10 AnySetup *Resolution
  74. *DefaultResolution: 2438.4x2438.4dpi
  75. *Resolution 1219.2x1219.2dpi: "1 dict dup /HWResolution [1219.2 1219.2] put setpagedevice"
  76. *Resolution 2438.4x2438.4dpi: "1 dict dup /HWResolution [2438.4 2438.4] put setpagedevice"
  77. *Resolution 3657.6x3657.6dpi: "1 dict dup /HWResolution [3657.6 3657.6] put setpagedevice"
  78. *Resolution 4876.8x1219.2dpi: "1 dict dup /HWResolution [4876.8 1219.2] put setpagedevice"
  79. *Resolution 4876.8x2438.4dpi: "1 dict dup /HWResolution [4876.8 2438.4] put setpagedevice"
  80. *?Resolution:"
  81. save currentpagedevice /HWResolution get aload pop (Unknown)
  82.  5 dict
  83.  dup [1219.2 1219.2] (1219.2x1219.2dpi) put
  84.  dup [2438.4 2438.4] (2438.4x2438.4dpi) put
  85.  dup [3657.6 3657.6] (3657.6x3657.6dpi) put
  86.  dup [4876.8 1219.2] (4876.8x1219.2dpi) put
  87.  dup [4876.8 2438.4] (4876.8x2438.4dpi) put
  88.  { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  89.  { exch pop exit } { pop } ifelse } bind forall = flush pop pop restore
  90. "
  91. *End
  92. *CloseUI: *Resolution
  93.  
  94. *% Halftone Information ===========================================
  95. *AccurateScreensSupport: True
  96. *ScreenFreq: "133"
  97. *ScreenAngle: "45"
  98. *DefaultScreenProc: Dot
  99. *ScreenProc Dot: "
  100. { abs exch abs 2 copy add 1 gt { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  101.  { dup mul exch dup mul add 1 exch sub } ifelse }
  102. "
  103. *End
  104. *ScreenProc Line: "{ pop }"
  105. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  106.  
  107. *DefaultTransfer: Null
  108. *Transfer Null: "{ }"
  109. *Transfer Null.Inverse: "{ 1 exch sub }"
  110.  
  111. *% Paper Handling Informaion =======================================
  112. *OpenUI *PageSize: PickOne
  113. *OrderDependency: 30 AnySetup *PageSize
  114. *DefaultPageSize: A4
  115. *PageSize Letter: "
  116.  2 dict dup /PageSize [612 792] put dup /Orientation 3 put setpagedevice"
  117. *End
  118. *PageSize Legal: "
  119.  2 dict dup /PageSize [612 1008] put dup /Orientation 3 put setpagedevice"
  120. *End
  121. *PageSize Tabloid: "
  122.  2 dict dup /PageSize [792 1224] put dup /Orientation 3 put setpagedevice"
  123. *End
  124. *PageSize A5: "
  125.  2 dict dup /PageSize [420 595] put dup /Orientation 3 put setpagedevice"
  126. *End
  127. *PageSize A4: "
  128.  2 dict dup /PageSize [595 842] put dup /Orientation 3 put setpagedevice"
  129. *End
  130. *PageSize A3: "
  131.  2 dict dup /PageSize [842 1191] put dup /Orientation 3 put setpagedevice"
  132. *End
  133. *PageSize B5: "
  134.  2 dict dup /PageSize [516 729] put dup /Orientation 3 put setpagedevice"
  135. *End
  136. *PageSize B4: "
  137.  2 dict dup /PageSize [729 1032] put dup /Orientation 3 put setpagedevice"
  138. *End
  139. *PageSize B3: "
  140.  2 dict dup /PageSize [1032 1460] put dup /Orientation 3 put setpagedevice"
  141. *End
  142.  
  143. *PageSize Letter.Transverse: "
  144.  2 dict dup /PageSize [612 792] put dup /Orientation 0 put setpagedevice"
  145. *End
  146. *PageSize Legal.Transverse: "
  147.  2 dict dup /PageSize [612 1008] put dup /Orientation 0 put setpagedevice"
  148. *End
  149. *PageSize Tabloid.Transverse: "
  150.  2 dict dup /PageSize [792 1224] put dup /Orientation 0 put setpagedevice"
  151. *End
  152. *PageSize A5.Transverse: "
  153.  2 dict dup /PageSize [420 595] put dup /Orientation 0 put setpagedevice"
  154. *End
  155. *PageSize A4.Transverse: "
  156.  2 dict dup /PageSize [595 842] put dup /Orientation 0 put setpagedevice"
  157. *End
  158. *PageSize A3.Transverse: "
  159.  2 dict dup /PageSize [842 1191] put dup /Orientation 0 put setpagedevice"
  160. *End
  161. *PageSize B5.Transverse: "
  162.  2 dict dup /PageSize [516 729] put dup /Orientation 0 put setpagedevice"
  163. *End
  164. *PageSize B4.Transverse: "
  165.  2 dict dup /PageSize [729 1032] put dup /Orientation 0 put setpagedevice"
  166. *End
  167. *PageSize B3.Transverse: "
  168.  2 dict dup /PageSize [1032 1460] put dup /Orientation 0 put setpagedevice"
  169. *End
  170.  
  171. *PageSize Letter.Extra: "
  172.  2 dict dup /PageSize [684 864] put dup /Orientation 3 put setpagedevice"
  173. *End
  174. *PageSize Legal.Extra: "
  175.  2 dict dup /PageSize [684 1080] put dup /Orientation 3 put setpagedevice"
  176. *End
  177. *PageSize Tabloid.Extra: "
  178.  2 dict dup /PageSize [864 1296] put dup /Orientation 3 put setpagedevice"
  179. *End
  180. *PageSize A5.Extra: "
  181.  2 dict dup /PageSize [492 667] put dup /Orientation 3 put setpagedevice"
  182. *End
  183. *PageSize A4.Extra: "
  184.  2 dict dup /PageSize [667 914] put dup /Orientation 3 put setpagedevice"
  185. *End
  186. *PageSize A3.Extra: "
  187.  2 dict dup /PageSize [914 1263] put dup /Orientation 3 put setpagedevice"
  188. *End
  189. *PageSize B5.Extra: "
  190.  2 dict dup /PageSize [588 801] put dup /Orientation 3 put setpagedevice"
  191. *End
  192. *PageSize B4.Extra: "
  193.  2 dict dup /PageSize [801 1104] put dup /Orientation 3 put setpagedevice"
  194. *End
  195. *PageSize B3.Extra: "
  196.  2 dict dup /PageSize [1104 1532] put dup /Orientation 3 put setpagedevice"
  197. *End
  198.  
  199. *PageSize Letter.Extra.Transverse: "
  200.  2 dict dup /PageSize [684 864] put dup /Orientation 0 put setpagedevice"
  201. *End
  202. *PageSize Legal.Extra.Transverse: "
  203.  2 dict dup /PageSize [684 1080] put dup /Orientation 0 put setpagedevice"
  204. *End
  205. *PageSize Tabloid.Extra.Transverse: "
  206.  2 dict dup /PageSize [864 1296] put dup /Orientation 0 put setpagedevice"
  207. *End
  208. *PageSize A5.Extra.Transverse: "
  209.  2 dict dup /PageSize [492 667] put dup /Orientation 0 put setpagedevice"
  210. *End
  211. *PageSize A4.Extra.Transverse: "
  212.  2 dict dup /PageSize [667 914] put dup /Orientation 0 put setpagedevice"
  213. *End
  214. *PageSize A3.Extra.Transverse: "
  215.  2 dict dup /PageSize [914 1263] put dup /Orientation 0 put setpagedevice"
  216. *End
  217. *PageSize B5.Extra.Transverse: "
  218.  2 dict dup /PageSize [588 801] put dup /Orientation 0 put setpagedevice"
  219. *End
  220. *PageSize B4.Extra.Transverse: "
  221.  2 dict dup /PageSize [801 1104] put dup /Orientation 0 put setpagedevice"
  222. *End
  223. *PageSize B3.Extra.Transverse: "
  224.  2 dict dup /PageSize [1104 1532] put dup /Orientation 0 put setpagedevice"
  225. *End
  226.  
  227. *PageSize MaxPage: "
  228.  2 dict dup /PageSize [1542 2148] put dup /Orientation 3 put setpagedevice"
  229. *End
  230. *?PageSize:"
  231.  save currentpagedevice /PageSize get aload pop 
  232.  currentpagedevice /Orientation get 2 mod 0 eq { exch }if (Unknown)
  233.  37 dict
  234.  dup [612 792] (Letter) put
  235.  dup [612 1008] (Legal) put
  236.  dup [792 1224] (Tabloid) put
  237.  dup [420 595] (A5) put
  238.  dup [595 842] (A4) put
  239.  dup [842 1191] (A3) put
  240.  dup [516 729] (B5) put
  241.  dup [729 1032] (B4) put
  242.  dup [1032 1460] (B3) put
  243.  
  244.  dup [792 612] (Letter.Transverse) put
  245.  dup [1008 612] (Legal.Transverse) put
  246.  dup [1224 792] (Tabloid.Transverse) put
  247.  dup [595 420] (A5.Transverse) put
  248.  dup [842 595] (A4.Transverse) put
  249.  dup [1191 842] (A3.Transverse) put
  250.  dup [729 516] (B5.Transverse) put
  251.  dup [1032 729] (B4.Transverse) put
  252.  dup [1460 1032] (B3.Transverse) put
  253.  
  254.  dup [684 864] (Letter.Extra) put
  255.  dup [684 1080] (Legal.Extra) put
  256.  dup [864 1296] (Tabloid.Extra) put
  257.  dup [492 667] (A5.Extra) put
  258.  dup [667 914] (A4.Extra) put
  259.  dup [914 1263] (A3.Extra) put
  260.  dup [588 801] (B5.Extra) put
  261.  dup [801 1104] (B4.Extra) put
  262.  dup [1104 1532] (B3.Extra) put
  263.  
  264.  dup [864 684] (Letter.Extra.Transverse) put 
  265.  dup [1080 684] (Legal.Extra.Transverse) put
  266.  dup [1296 864] (Tabloid.Extra.Transverse) put
  267.  dup [667 492] (A5.Extra.Transverse) put
  268.  dup [914 667] (A4.Extra.Transverse) put
  269.  dup [1263 914] (A3.Extra.Transverse) put
  270.  dup [801 588] (B5.Extra.Transverse) put
  271.  dup [1104 801] (B4.Extra.Transverse) put
  272.  dup [1532 1104] (B3.Extra.Transverse) put
  273.  
  274.  dup [1532 2148] (MaxPage) put
  275.  { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  276.  { exch pop exit } { pop } ifelse } bind forall = flush pop pop restore
  277. "
  278. *End
  279. *CloseUI: *PageSize
  280.  
  281. *OpenUI *PageRegion: PickOne
  282. *OrderDependency: 40 AnySetup *PageRegion
  283. *DefaultPageRegion: A4
  284. *PageRegion Letter: "
  285.  2 dict dup /PageSize [612 792] put dup /Orientation 3 put setpagedevice"
  286. *End
  287. *PageRegion Legal: "
  288.  2 dict dup /PageSize [612 1008] put dup /Orientation 3 put setpagedevice"
  289. *End
  290. *PageRegion Tabloid: "
  291.  2 dict dup /PageSize [792 1224] put dup /Orientation 3 put setpagedevice"
  292. *End
  293. *PageRegion A5: "
  294.  2 dict dup /PageSize [420 595] put dup /Orientation 3 put setpagedevice"
  295. *End
  296. *PageRegion A4: "
  297.  2 dict dup /PageSize [595 842] put dup /Orientation 3 put setpagedevice"
  298. *End
  299. *PageRegion A3: "
  300.  2 dict dup /PageSize [842 1191] put dup /Orientation 3 put setpagedevice"
  301. *End
  302. *PageRegion B5: "
  303.  2 dict dup /PageSize [516 729] put dup /Orientation 3 put setpagedevice"
  304. *End
  305. *PageRegion B4: "
  306.  2 dict dup /PageSize [729 1032] put dup /Orientation 3 put setpagedevice"
  307. *End
  308. *PageRegion B3: "
  309.  2 dict dup /PageSize [1032 1460] put dup /Orientation 3 put setpagedevice"
  310. *End
  311.  
  312. *PageRegion Letter.Transverse: "
  313.  2 dict dup /PageSize [612 792] put dup /Orientation 0 put setpagedevice"
  314. *End
  315. *PageRegion Legal.Transverse: "
  316.  2 dict dup /PageSize [612 1008] put dup /Orientation 0 put setpagedevice"
  317. *End
  318. *PageRegion Tabloid.Transverse: "
  319.  2 dict dup /PageSize [792 1224] put dup /Orientation 0 put setpagedevice"
  320. *End
  321. *PageRegion A5.Transverse: "
  322.  2 dict dup /PageSize [420 595] put dup /Orientation 0 put setpagedevice"
  323. *End
  324. *PageRegion A4.Transverse: "
  325.  2 dict dup /PageSize [595 842] put dup /Orientation 0 put setpagedevice"
  326. *End
  327. *PageRegion A3.Transverse: "
  328.  2 dict dup /PageSize [842 1191] put dup /Orientation 0 put setpagedevice"
  329. *End
  330. *PageRegion B5.Transverse: "
  331.  2 dict dup /PageSize [516 729] put dup /Orientation 0 put setpagedevice"
  332. *End
  333. *PageRegion B4.Transverse: "
  334.  2 dict dup /PageSize [729 1032] put dup /Orientation 0 put setpagedevice"
  335. *End
  336. *PageRegion B3.Transverse: "
  337.  2 dict dup /PageSize [1032 1460] put dup /Orientation 0 put setpagedevice"
  338. *End
  339.  
  340. *PageRegion Letter.Extra: "
  341.  2 dict dup /PageSize [684 864] put dup /Orientation 3 put setpagedevice"
  342. *End
  343. *PageRegion Legal.Extra: "
  344.  2 dict dup /PageSize [684 1080] put dup /Orientation 3 put setpagedevice"
  345. *End
  346. *PageRegion Tabloid.Extra: "
  347.  2 dict dup /PageSize [864 1296] put dup /Orientation 3 put setpagedevice"
  348. *End
  349. *PageRegion A5.Extra: "
  350.  2 dict dup /PageSize [492 667] put dup /Orientation 3 put setpagedevice"
  351. *End
  352. *PageRegion A4.Extra: "
  353.  2 dict dup /PageSize [667 914] put dup /Orientation 3 put setpagedevice"
  354. *End
  355. *PageRegion A3.Extra: "
  356.  2 dict dup /PageSize [914 1263] put dup /Orientation 3 put setpagedevice"
  357. *End
  358. *PageRegion B5.Extra: "
  359.  2 dict dup /PageSize [588 801] put dup /Orientation 3 put setpagedevice"
  360. *End
  361. *PageRegion B4.Extra: "
  362.  2 dict dup /PageSize [801 1104] put dup /Orientation 3 put setpagedevice"
  363. *End
  364. *PageRegion B3.Extra: "
  365.  2 dict dup /PageSize [1104 1532] put dup /Orientation 3 put setpagedevice"
  366. *End
  367.  
  368. *PageRegion Letter.Extra.Transverse: "
  369.  2 dict dup /PageSize [684 864] put dup /Orientation 0 put setpagedevice"
  370. *End
  371. *PageRegion Legal.Extra.Transverse: "
  372.  2 dict dup /PageSize [684 1080] put dup /Orientation 0 put setpagedevice"
  373. *End
  374. *PageRegion Tabloid.Extra.Transverse: "
  375.  2 dict dup /PageSize [864 1296] put dup /Orientation 0 put setpagedevice"
  376. *End
  377. *PageRegion A5.Extra.Transverse: "
  378.  2 dict dup /PageSize [492 667] put dup /Orientation 0 put setpagedevice"
  379. *End
  380. *PageRegion A4.Extra.Transverse: "
  381.  2 dict dup /PageSize [667 914] put dup /Orientation 0 put setpagedevice"
  382. *End
  383. *PageRegion A3.Extra.Transverse: "
  384.  2 dict dup /PageSize [914 1263] put dup /Orientation 0 put setpagedevice"
  385. *End
  386. *PageRegion B5.Extra.Transverse: "
  387.  2 dict dup /PageSize [588 801] put dup /Orientation 0 put setpagedevice"
  388. *End
  389. *PageRegion B4.Extra.Transverse: "
  390.  2 dict dup /PageSize [801 1104] put dup /Orientation 0 put setpagedevice"
  391. *End
  392. *PageRegion B3.Extra.Transverse: "
  393.  2 dict dup /PageSize [1104 1532] put dup /Orientation 0 put setpagedevice"
  394. *End
  395.  
  396. *PageRegion MaxPage: "
  397.  2 dict dup /PageSize [1542 2148] put dup /Orientation 3 put setpagedevice"
  398. *End
  399. *CloseUI: *PageRegion
  400.  
  401. *DefaultImageableArea: A4
  402. *ImageableArea Letter: "0 0 612 792"
  403. *ImageableArea Legal: "0 0 612 1008"
  404. *ImageableArea Tabloid: "0 0 792 1224"
  405. *ImageableArea A5: "0 0 420 595"
  406. *ImageableArea A4: "0 0 595 842"
  407. *ImageableArea A3: "0 0 842 1191"
  408. *ImageableArea B5: "0 0 516 729"
  409. *ImageableArea B4: "0 0 729 1032"
  410. *ImageableArea B3: "0 0 1032 1460"
  411.  
  412. *ImageableArea Letter.Transverse: "0 0 612 792"
  413. *ImageableArea Legal.Transverse: "0 0 612 1008"
  414. *ImageableArea Tabloid.Transverse: "0 0 792 1224"
  415. *ImageableArea A5.Transverse: "0 0 420 595"
  416. *ImageableArea A4.Transverse: "0 0 595 842"
  417. *ImageableArea A3.Transverse: "0 0 842 1191"
  418. *ImageableArea B5.Transverse: "0 0 516 729"
  419. *ImageableArea B4.Transverse: "0 0 729 1032"
  420. *ImageableArea B3.Transverse: "0 0 1032 1460"
  421.  
  422. *ImageableArea Letter.Extra: "0 0 684 864"
  423. *ImageableArea Legal.Extra: "0 0 684 1080"
  424. *ImageableArea Tabloid.Extra: "0 0 864 1296"
  425. *ImageableArea A5.Extra: "0 0 492 667"
  426. *ImageableArea A4.Extra: "0 0 667 914"
  427. *ImageableArea A3.Extra: "0 0 914 1263"
  428. *ImageableArea B5.Extra: "0 0 588 801"
  429. *ImageableArea B4.Extra: "0 0 801 1104"
  430. *ImageableArea B3.Extra: "0 0 1104 1532"
  431.  
  432. *ImageableArea Letter.Extra.Transverse: "0 0 684 864"
  433. *ImageableArea Legal.Extra.Transverse: "0 0 684 1080"
  434. *ImageableArea Tabloid.Extra.Transverse: "0 0 864 1296"
  435. *ImageableArea A5.Extra.Transverse: "0 0 492 667"
  436. *ImageableArea A4.Extra.Transverse: "0 0 667 914"
  437. *ImageableArea A3.Extra.Transverse: "0 0 914 1263"
  438. *ImageableArea B5.Extra.Transverse: "0 0 588 801"
  439. *ImageableArea B4.Extra.Transverse: "0 0 801 1104"
  440. *ImageableArea B3.Extra.Transverse: "0 0 1104 1532"
  441.  
  442. *ImageableArea MaxPage: "0 0 1542 2148"
  443. *?ImageableArea:"
  444. save /cvp { cvi 10 string cvs print ( ) print } bind def
  445.  newpath clippath pathbbox
  446.   4 -2 roll exch 2 { ceiling cvp } repeat
  447.   exch 2 { floor cvp } repeat flush restore
  448.   "
  449. *End
  450.  
  451. *DefaultPaperDimension: A4
  452. *PaperDimension Letter: "612 792"
  453. *PaperDimension Legal: "612 1008"
  454. *PaperDimension Tabloid: "792 1224"
  455. *PaperDimension A5: "420 595"
  456. *PaperDimension A4: "595 842"
  457. *PaperDimension A3: "842 1191"
  458. *PaperDimension B5: "516 729"
  459. *PaperDimension B4: "729 1032"
  460. *PaperDimension B3: "1032 1460"
  461.  
  462. *PaperDimension Letter.Transverse: "612 792"
  463. *PaperDimension Legal.Transverse: "612 1008"
  464. *PaperDimension Tabloid.Transverse: "792 1224"
  465. *PaperDimension A5.Transverse: "420 595"
  466. *PaperDimension A4.Transverse: "595 842"
  467. *PaperDimension A3.Transverse: "842 1191"
  468. *PaperDimension B5.Transverse: "516 729"
  469. *PaperDimension B4.Transverse: "729 1032"
  470. *PaperDimension B3.Transverse: "1032 1460"
  471.  
  472. *PaperDimension Letter.Extra: "684 864"
  473. *PaperDimension Legal.Extra: "684 1080"
  474. *PaperDimension Tabloid.Extra: "864 1296"
  475. *PaperDimension A5.Extra: "492 667"
  476. *PaperDimension A4.Extra: "667 914"
  477. *PaperDimension A3.Extra: "914 1263"
  478. *PaperDimension B5.Extra: "588 801"
  479. *PaperDimension B4.Extra: "801 1104"
  480. *PaperDimension B3.Extra: "1104 1532"
  481.  
  482. *PaperDimension Letter.Extra.Transverse: "684 864"
  483. *PaperDimension Legal.Extra.Transverse: "684 1080"
  484. *PaperDimension Tabloid.Extra.Transverse: "864 1296"
  485. *PaperDimension A5.Extra.Transverse: "492 667"
  486. *PaperDimension A4.Extra.Transverse: "667 914"
  487. *PaperDimension A3.Extra.Transverse: "914 1263"
  488. *PaperDimension B5.Extra.Transverse: "588 801"
  489. *PaperDimension B4.Extra.Transverse: "801 1104"
  490. *PaperDimension B3.Extra.Transverse: "1104 1532"
  491.  
  492. *PaperDimension MaxPage: "1542 2148"
  493.  
  494. *% Custom PaperSize Information ========================================
  495. *CustomPageSize True: "
  496.  3 copy 2 mod 0 eq { 2 copy eq { 1 add }
  497.  { 5 -2 roll exch 5 2 roll } ifelse } if
  498.  [0 0 2 2] [1 3 3 1] 4 2 roll lt {exch} if pop exch get
  499.  (<<) cvx exec
  500.  /Orientation 3 -1 roll
  501.  /PageSize [ 7 -2 roll ]
  502.  /PageOffset [ 9 -2 roll ]
  503.  /ImagingBBox null
  504.  (>>) cvx exec setpagedevice"
  505. *End
  506. *ParamCustomPageSize Width: 3 points 72 1542
  507. *ParamCustomPageSize Height: 4 points 72 2148
  508. *ParamCustomPageSize WidthOffset: 1 points 0 1470
  509. *ParamCustomPageSize HeightOffset: 2 points 0 2076
  510. *ParamCustomPageSize Orientation: 5 int 0 3
  511.  
  512. *MaxMediaWidth: "1542"
  513. *?CurrentMediaWidth:"
  514. save currentpagedevice /OutputDevice get /OutputDevice findresource
  515.  /PageSize get 0 get 2 get = flush restore
  516. "
  517. *End
  518. *MaxMediaHeight: "2148"
  519. *?CurrentMediaHeigth:"
  520. save currentpagedevice /OutputDevice get /OutputDevice findresource
  521.  /PageSize get 0 get 3 get = flush restore
  522. "
  523. *End
  524.  
  525. *CenterRegistered: False
  526.  
  527. *% Paper Handling Feature. ========================================
  528. *RequiresPageRegion All: True
  529. *OpenUI *InputSlot: PickOne
  530. *OrderDependency: 20 AnySetup *InputSlot
  531. *DefaultInputSlot: Cassette
  532. *InputSlot Cassette: ""
  533. *CloseUI: *InputSlot
  534.  
  535. *% ImageSetter Information ========================================
  536. *OpenGroup: Imagesetter
  537. *OrderDependency: 40 AnySetup *MirrorPrint
  538. *DefaultMirrorPrint: False
  539. *MirrorPrint True: "1 dict dup /MirrorPrint true put setpagedevice"
  540. *MirrorPrint False: "1 dict dup /MirrorPrint false put setpagedevice"
  541. *?MirrorPrint: "
  542. save currentpagedevice /MirrorPrint get
  543.  { (True) } { (False) } ifelse = flush restore
  544. "
  545. *End
  546.  
  547. *OrderDependency: 40 AnySetup *NegativePrint
  548. *DefaultNegativePrint: False
  549. *NegativePrint True:  "1 dict dup /NegativePrint true put setpagedevice"
  550. *NegativePrint False: "1 dict dup /NegativePrint false put setpagedevice"
  551. *?NegativePrint: "
  552. save currentpagedevice /NegativePrint get
  553.  { (True) } { (False) } ifelse = flush restore
  554. "
  555. *End
  556.  
  557. *OrderDependency: 40 AnySetup *CutMedia
  558. *DefaultCutMedia: None
  559. *CutMedia None:  "1 dict dup /CutMedia 0 put setpagedevice"
  560. *CutMedia EndOfJob:  "1 dict dup /CutMedia 2 put setpagedevice"
  561. *CutMedia EndOfPage:  "1 dict dup /CutMedia 4 put setpagedevice"
  562. *?CutMedia: "
  563. save currentpagedevice /CutMedia get dup 0 eq 
  564.  { pop (None) = flush } { 2 eq { (EndOfJob) = flush } 
  565.  { (EndOfPage) = flush } ifelse } ifelse restore
  566. "
  567. *End
  568. *CloseGroup: Imagesetter
  569.  
  570. *DefaultOutputBin: OnlyOne
  571. *DefaultOutputOrder: Normal
  572.  
  573. *% Color Model Information ==========================
  574. *ColorRenderDict 1: "
  575. /DefaultColorRendering /ColorRendering findresource setcolorrendering
  576. "
  577. *End
  578.  
  579. *OrderDependency: 40 AnySetup *ColorModel
  580. *DefaultColorModel: CMYK
  581. *ColorModel Gray: "1 dict dup /ProcessColorModel /DeviceGray put setpagedevice"
  582. *ColorModel CMYK: "1 dict dup /ProcessColorModel /DeviceCMYK put setpagedevice"
  583. *?ColorModel: "
  584. save currentpagedevice /ProcessColorModel get /DeviceGray eq 
  585.  { (Gray) = flush } { (CMYK) = flush } ifelse restore
  586. "
  587. *End
  588.  
  589. *% Font Information == Roman 39 ==============================
  590. *DefaultFont: Courier
  591. *Font AvantGarde-Book: Standard "(001.006)" Standard Disk
  592. *Font AvantGarde-BookOblique: Standard "(001.006)" Standard Disk
  593. *Font AvantGarde-Demi: Standard "(001.007)" Standard Disk
  594. *Font AvantGarde-DemiOblique: Standard "(001.007)" Standard Disk
  595. *Font Bookman-Demi: Standard "(001.004)" Standard Disk
  596. *Font Bookman-DemiItalic: Standard "(001.004)" Standard Disk
  597. *Font Bookman-Light: Standard "(001.004)" Standard Disk
  598. *Font Bookman-LightItalic: Standard "(001.004)" Standard Disk
  599. *Font Courier: Standard "(002.004)" Standard Disk
  600. *Font Courier-Bold: Standard "(002.004)" Standard Disk
  601. *Font Courier-BoldOblique: Standard "(002.004)" Standard Disk
  602. *Font Courier-Oblique: Standard "(002.004)" Standard Disk
  603. *Font Helvetica: Standard "(001.006)" Standard Disk
  604. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  605. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  606. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  607. *Font Helvetica-Condensed: Standard "(001.001)" Standard Disk
  608. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard Disk
  609. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard Disk
  610. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard Disk
  611. *Font Helvetica-Narrow: Standard "(001.006)" Standard Disk
  612. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard Disk
  613. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard Disk
  614. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard Disk
  615. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)" Standard Disk
  616. *Font NewCenturySchlbk-Italic: Standard "(001.006)" Standard Disk
  617. *Font NewCenturySchlbk-Bold: Standard "(001.009)" Standard Disk
  618. *Font NewCenturySchlbk-Roman: Standard "(001.007)" Standard Disk
  619. *Font Palatino-Roman: Standard "(001.005)" Standard Disk
  620. *Font Palatino-Bold: Standard "(001.005)" Standard Disk
  621. *Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
  622. *Font Palatino-Italic: Standard "(001.005)" Standard Disk
  623. *Font Symbol: Standard "(001.007)" Standard Disk
  624. *Font Times-Bold: Standard "(001.007)" Standard Disk
  625. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  626. *Font Times-Italic: Standard "(001.007)" Standard Disk
  627. *Font Times-Roman: Standard "(001.007)" Standard Disk
  628. *Font ZapfChancery-MediumItalic: Standard "(001.007)" Standard Disk
  629. *Font ZapfDingbats: Standard "(001.004)" Standard Disk
  630.  
  631. *% Japanese Font Information ==========================
  632. *Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  633. *Font FutoGoB101-Bold-Add-H: JIS "(003.001)" Add Disk
  634. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  635. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  636. *Font FutoGoB101-Bold-Add-V: JIS "(003.001)" Add Disk
  637. *Font FutoGoB101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  638. *Font FutoGoB101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  639. *Font FutoGoB101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  640. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  641. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  642. *Font FutoGoB101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  643. *Font FutoGoB101-Bold-H: JIS "(003.001)" JIS-83 Disk
  644. *Font FutoGoB101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  645. *Font FutoGoB101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  646. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  647. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  648. *Font FutoGoB101-Bold-V: JIS "(003.001)" JIS-83 Disk
  649. *Font FutoGoB101-Bold.Hankaku: Special "(003.001)" Special Disk
  650. *Font FutoGoB101-Bold.Hiragana: Special "(003.001)" Special Disk
  651. *Font FutoGoB101-Bold.Katakana: Special "(003.001)" Special Disk
  652. *Font FutoGoB101-Bold.Oubun: Special "(003.001)" Special Disk
  653. *Font FutoGoB101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  654. *Font FutoGoB101-Bold.Roman: Special "(003.001)" Special Disk
  655. *Font FutoGoB101-Bold.Roman83pv: Special "(003.001)" Special Disk
  656. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  657. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  658. *Font FutoMinA101-Bold-Add-H: JIS "(003.001)" Add Disk
  659. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  660. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  661. *Font FutoMinA101-Bold-Add-V: JIS "(003.001)" Add Disk
  662. *Font FutoMinA101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  663. *Font FutoMinA101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  664. *Font FutoMinA101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  665. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  666. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  667. *Font FutoMinA101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  668. *Font FutoMinA101-Bold-H: JIS "(003.001)" JIS-83 Disk
  669. *Font FutoMinA101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  670. *Font FutoMinA101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  671. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  672. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  673. *Font FutoMinA101-Bold-V: JIS "(003.001)" JIS-83 Disk
  674. *Font FutoMinA101-Bold.Hankaku: Special "(003.001)" Special Disk
  675. *Font FutoMinA101-Bold.Hiragana: Special "(003.001)" Special Disk
  676. *Font FutoMinA101-Bold.Katakana: Special "(003.001)" Special Disk
  677. *Font FutoMinA101-Bold.Oubun: Special "(003.001)" Special Disk
  678. *Font FutoMinA101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  679. *Font FutoMinA101-Bold.Roman: Special "(003.001)" Special Disk
  680. *Font FutoMinA101-Bold.Roman83pv: Special "(003.001)" Special Disk
  681. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  682. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.002)" 83pv Disk
  683. *Font GothicBBB-Medium-Add-H: JIS "(003.002)" Add Disk
  684. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.002)" Add Disk
  685. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.002)" Add Disk
  686. *Font GothicBBB-Medium-Add-V: JIS "(003.002)" Add Disk
  687. *Font GothicBBB-Medium-EUC-H: EUC "(003.002)" JIS-83 Disk
  688. *Font GothicBBB-Medium-EUC-V: EUC "(003.002)" JIS-83 Disk
  689. *Font GothicBBB-Medium-Ext-H: JIS "(003.002)" Ext Disk
  690. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.002)" Ext Disk
  691. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.002)" Ext Disk
  692. *Font GothicBBB-Medium-Ext-V: JIS "(003.002)" Ext Disk
  693. *Font GothicBBB-Medium-H: JIS "(003.002)" JIS-83 Disk
  694. *Font GothicBBB-Medium-NWP-H: JIS "(003.002)" NWP Disk
  695. *Font GothicBBB-Medium-NWP-V: JIS "(003.002)" NWP Disk
  696. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.002)" JIS-83 Disk
  697. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.002)" JIS-83 Disk
  698. *Font GothicBBB-Medium-V: JIS "(003.002)" JIS-83 Disk
  699. *Font GothicBBB-Medium.Hankaku: Special "(003.002)" Special Disk
  700. *Font GothicBBB-Medium.Hiragana: Special "(003.002)" Special Disk
  701. *Font GothicBBB-Medium.Katakana: Special "(003.002)" Special Disk
  702. *Font GothicBBB-Medium.Oubun: Special "(003.002)" Special Disk
  703. *Font GothicBBB-Medium.Oubun-Add: Special "(003.002)" Special Disk
  704. *Font GothicBBB-Medium.Roman: Special "(003.002)" Special Disk
  705. *Font GothicBBB-Medium.Roman83pv: Special "(003.002)" Special Disk
  706. *Font GothicBBB-Medium.WP-Symbol: Special "(003.002)" Special Disk
  707. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  708. *Font Jun101-Light-Add-H: JIS "(003.001)" Add Disk
  709. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  710. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  711. *Font Jun101-Light-Add-V: JIS "(003.001)" Add Disk
  712. *Font Jun101-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  713. *Font Jun101-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  714. *Font Jun101-Light-Ext-H: JIS "(003.001)" Ext Disk
  715. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  716. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  717. *Font Jun101-Light-Ext-V: JIS "(003.001)" Ext Disk
  718. *Font Jun101-Light-H: JIS "(003.001)" JIS-83 Disk
  719. *Font Jun101-Light-NWP-H: JIS "(003.001)" NWP Disk
  720. *Font Jun101-Light-NWP-V: JIS "(003.001)" NWP Disk
  721. *Font Jun101-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  722. *Font Jun101-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  723. *Font Jun101-Light-V: JIS "(003.001)" JIS-83 Disk
  724. *Font Jun101-Light.Hankaku: Special "(003.001)" Special Disk
  725. *Font Jun101-Light.Hiragana: Special "(003.001)" Special Disk
  726. *Font Jun101-Light.Katakana: Special "(003.001)" Special Disk
  727. *Font Jun101-Light.Oubun: Special "(003.001)" Special Disk
  728. *Font Jun101-Light.Oubun-Add: Special "(003.001)" Special Disk
  729. *Font Jun101-Light.Roman: Special "(003.001)" Special Disk
  730. *Font Jun101-Light.Roman83pv: Special "(003.001)" Special Disk
  731. *Font Jun101-Light.WP-Symbol: Special "(003.001)" Special Disk
  732. *Font Mincho-PC-Hiragana: Special "(002.000)" Special Disk
  733. *Font Mincho-PC-Katakana: Special "(002.000)" Special Disk
  734. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  735. *Font Ryumin-Light-Add-H: JIS "(003.001)" Add Disk
  736. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  737. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  738. *Font Ryumin-Light-Add-V: JIS "(003.001)" Add Disk
  739. *Font Ryumin-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  740. *Font Ryumin-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  741. *Font Ryumin-Light-Ext-H: JIS "(003.001)" Ext Disk
  742. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  743. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  744. *Font Ryumin-Light-Ext-V: JIS "(003.001)" Ext Disk
  745. *Font Ryumin-Light-Ext.Hiragana: Special "(003.001)" Special Disk
  746. *Font Ryumin-Light-Ext.Katakana: Special "(003.001)" Special Disk
  747. *Font Ryumin-Light-H: JIS "(003.001)" JIS-83 Disk
  748. *Font Ryumin-Light-NWP-H: JIS "(003.001)" NWP Disk
  749. *Font Ryumin-Light-NWP-V: JIS "(003.001)" NWP Disk
  750. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  751. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  752. *Font Ryumin-Light-V: JIS "(003.001)" JIS-83 Disk
  753. *Font Ryumin-Light.Hankaku: Special "(003.001)" Special Disk
  754. *Font Ryumin-Light.Hiragana: Special "(003.001)" Special Disk
  755. *Font Ryumin-Light.Katakana: Special "(003.001)" Special Disk
  756. *Font Ryumin-Light.Oubun: Special "(003.001)" Special Disk
  757. *Font Ryumin-Light.Oubun-Add: Special "(003.001)" Special Disk
  758. *Font Ryumin-Light.Roman: Special "(003.001)" Special Disk
  759. *Font Ryumin-Light.Roman83pv: Special "(003.001)" Special Disk
  760. *Font Ryumin-Light.WP-Symbol: Special "(003.001)" Special Disk
  761.  
  762. *?FontQuery: "
  763.  save
  764.    { count 1 gt
  765.       { exch dup 127 string cvs (/) print print (:) print
  766.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  767.       } { exit } ifelse 
  768.    } bind loop
  769.    (*) = flush
  770.  restore"
  771. *End
  772.  
  773. *?FontList: "
  774. save
  775.   (*) {cvn ==} 128 string /Font resourceforall
  776.   (*) = flush
  777. restore"
  778. *End
  779.  
  780. *% Printer Messages
  781. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  782. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  783. *Message: "%%[ Startup Job ]%%"
  784. *Message: "\FontName\ not found, using Courier"
  785.  
  786. *% Status (format: %%[ status: <one of these> ]%% )
  787. *Status: "idle"
  788. *Status: "busy"
  789.  
  790. *% Input Sources
  791. *Source: "EtherTalk"
  792.  
  793. *% Color Separation Information =====================
  794. *DefaultSeparations: True
  795. *Separations True: ""
  796. *?Separations: "(True) = flush"
  797.  
  798. *DefaultColorSep: ProcessBlack.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi
  799. *InkName: ProcessBlack/Process Black
  800. *InkName: CustomColor/Custom Color
  801. *InkName: ProcessCyan/Process Cyan
  802. *InkName: ProcessMagenta/Process Magenta
  803. *InkName: ProcessYellow/Process Yellow
  804.  
  805. *% For 65 lpi / 1219.2x1219.2 dpi ==========================================
  806. *ColorSepScreenAngle ProcessBlack.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "75.00"
  807. *ColorSepScreenAngle CustomColor.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "45.00"
  808. *ColorSepScreenAngle ProcessCyan.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "15.00"
  809. *ColorSepScreenAngle ProcessMagenta.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "45.00"
  810. *ColorSepScreenAngle ProcessYellow.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "0.00"
  811.  
  812. *ColorSepScreenFreq ProcessBlack.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "65.0"
  813. *ColorSepScreenFreq CustomColor.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "65.0"
  814. *ColorSepScreenFreq ProcessCyan.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "65.0"
  815. *ColorSepScreenFreq ProcessMagenta.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "65.0"
  816. *ColorSepScreenFreq ProcessYellow.65lpi.1219.2x1219.2dpi/65 lpi / 1219.2x1219.2 dpi: "65.0"
  817.  
  818. *% For 75 lpi / 1219.2x1219.2 dpi ===================================================
  819. *ColorSepScreenAngle ProcessBlack.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "75.00"
  820. *ColorSepScreenAngle CustomColor.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "45.00"
  821. *ColorSepScreenAngle ProcessCyan.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "15.00"
  822. *ColorSepScreenAngle ProcessMagenta.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "45.00"
  823. *ColorSepScreenAngle ProcessYellow.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "0.00"
  824.  
  825. *ColorSepScreenFreq ProcessBlack.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "75.0"
  826. *ColorSepScreenFreq CustomColor.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "75.0"
  827. *ColorSepScreenFreq ProcessCyan.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "75.0"
  828. *ColorSepScreenFreq ProcessMagenta.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "75.0"
  829. *ColorSepScreenFreq ProcessYellow.75lpi.1219.2x1219.2dpi/75 lpi / 1219.2x1219.2 dpi: "75.0"
  830.  
  831. *% For 85 lpi / 1219.2x1219.2 dpi ===================================================
  832. *ColorSepScreenAngle ProcessBlack.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "75.00"
  833. *ColorSepScreenAngle CustomColor.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "45.00"
  834. *ColorSepScreenAngle ProcessCyan.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "15.00"
  835. *ColorSepScreenAngle ProcessMagenta.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "45.00"
  836. *ColorSepScreenAngle ProcessYellow.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "0.00"
  837.  
  838. *ColorSepScreenFreq ProcessBlack.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "85.0"
  839. *ColorSepScreenFreq CustomColor.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "85.0"
  840. *ColorSepScreenFreq ProcessCyan.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "85.0"
  841. *ColorSepScreenFreq ProcessMagenta.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "85.0"
  842. *ColorSepScreenFreq ProcessYellow.85lpi.1219.2x1219.2dpi/85 lpi / 1219.2x1219.2 dpi: "85.0"
  843.  
  844. *% For 85 lpi / 2438.4x2438.4 dpi ===================================================
  845. *ColorSepScreenAngle ProcessBlack.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "75.00"
  846. *ColorSepScreenAngle CustomColor.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "45.00"
  847. *ColorSepScreenAngle ProcessCyan.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "15.00"
  848. *ColorSepScreenAngle ProcessMagenta.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "45.00"
  849. *ColorSepScreenAngle ProcessYellow.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "0.00"
  850.  
  851. *ColorSepScreenFreq ProcessBlack.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "85.0"
  852. *ColorSepScreenFreq CustomColor.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "85.0"
  853. *ColorSepScreenFreq ProcessCyan.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "85.0"
  854. *ColorSepScreenFreq ProcessMagenta.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "85.0"
  855. *ColorSepScreenFreq ProcessYellow.85lpi.2438.4x2438.4dpi/85 lpi / 2438.4x2438.4 dpi: "85.0"
  856.  
  857. *% For 100 lpi / 2438.4x2438.4 dpi ===================================================
  858. *ColorSepScreenAngle ProcessBlack.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "75.00"
  859. *ColorSepScreenAngle CustomColor.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "45.00"
  860. *ColorSepScreenAngle ProcessCyan.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "15.00"
  861. *ColorSepScreenAngle ProcessMagenta.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "45.00"
  862. *ColorSepScreenAngle ProcessYellow.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "0.00"
  863.  
  864. *ColorSepScreenFreq ProcessBlack.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "100.0"
  865. *ColorSepScreenFreq CustomColor.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "100.0"
  866. *ColorSepScreenFreq ProcessCyan.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "100.0"
  867. *ColorSepScreenFreq ProcessMagenta.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "100.0"
  868. *ColorSepScreenFreq ProcessYellow.100lpi.2438.4x2438.4dpi/100 lpi / 2438.4x2438.4 dpi: "100.0"
  869.  
  870. *% For 115 lpi / 2438.4x2438.4 dpi ===================================================
  871. *ColorSepScreenAngle ProcessBlack.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "75.00"
  872. *ColorSepScreenAngle CustomColor.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "45.00"
  873. *ColorSepScreenAngle ProcessCyan.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "15.00"
  874. *ColorSepScreenAngle ProcessMagenta.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "45.00"
  875. *ColorSepScreenAngle ProcessYellow.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "0.00"
  876.  
  877. *ColorSepScreenFreq ProcessBlack.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "115.0"
  878. *ColorSepScreenFreq CustomColor.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "115.0"
  879. *ColorSepScreenFreq ProcessCyan.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "115.0"
  880. *ColorSepScreenFreq ProcessMagenta.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "115.0"
  881. *ColorSepScreenFreq ProcessYellow.115lpi.2438.4x2438.4dpi/115 lpi / 2438.4x2438.4 dpi: "115.0"
  882.  
  883. *% For 133 lpi / 2438.4x2438.4 dpi ===================================================
  884. *ColorSepScreenAngle ProcessBlack.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "75.00"
  885. *ColorSepScreenAngle CustomColor.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "45.00"
  886. *ColorSepScreenAngle ProcessCyan.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "15.00"
  887. *ColorSepScreenAngle ProcessMagenta.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "45.00"
  888. *ColorSepScreenAngle ProcessYellow.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "0.00"
  889.  
  890. *ColorSepScreenFreq ProcessBlack.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "133.0"
  891. *ColorSepScreenFreq CustomColor.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "133.0"
  892. *ColorSepScreenFreq ProcessCyan.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "133.0"
  893. *ColorSepScreenFreq ProcessMagenta.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "133.0"
  894. *ColorSepScreenFreq ProcessYellow.133lpi.2438.4x2438.4dpi/133 lpi / 2438.4x2438.4 dpi: "133.0"
  895.  
  896. *% For 150 lpi / 2438.4x2438.4 dpi ===================================================
  897. *ColorSepScreenAngle ProcessBlack.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "75.00"
  898. *ColorSepScreenAngle CustomColor.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "45.00"
  899. *ColorSepScreenAngle ProcessCyan.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "15.00"
  900. *ColorSepScreenAngle ProcessMagenta.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "45.00"
  901. *ColorSepScreenAngle ProcessYellow.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "0.00"
  902.  
  903. *ColorSepScreenFreq ProcessBlack.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "150.0"
  904. *ColorSepScreenFreq CustomColor.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "150.0"
  905. *ColorSepScreenFreq ProcessCyan.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "150.0"
  906. *ColorSepScreenFreq ProcessMagenta.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "150.0"
  907. *ColorSepScreenFreq ProcessYellow.150lpi.2438.4x2438.4dpi/150 lpi / 2438.4x2438.4 dpi: "150.0"
  908.  
  909. *% For 175 lpi / 2438.4x2438.4 dpi ===================================================
  910. *ColorSepScreenAngle ProcessBlack.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "75.00"
  911. *ColorSepScreenAngle CustomColor.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "45.00"
  912. *ColorSepScreenAngle ProcessCyan.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "15.00"
  913. *ColorSepScreenAngle ProcessMagenta.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "45.00"
  914. *ColorSepScreenAngle ProcessYellow.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "0.00"
  915.  
  916. *ColorSepScreenFreq ProcessBlack.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "175.0"
  917. *ColorSepScreenFreq CustomColor.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "175.0"
  918. *ColorSepScreenFreq ProcessCyan.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "175.0"
  919. *ColorSepScreenFreq ProcessMagenta.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "175.0"
  920. *ColorSepScreenFreq ProcessYellow.175lpi.2438.4x2438.4dpi/175 lpi / 2438.4x2438.4 dpi: "175.0"
  921.  
  922. *% For 133 lpi / 3657.6x3657.6 dpi ===================================================
  923. *ColorSepScreenAngle ProcessBlack.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "75.00"
  924. *ColorSepScreenAngle CustomColor.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "45.00"
  925. *ColorSepScreenAngle ProcessCyan.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "15.00"
  926. *ColorSepScreenAngle ProcessMagenta.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "45.00"
  927. *ColorSepScreenAngle ProcessYellow.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "0.00"
  928.  
  929. *ColorSepScreenFreq ProcessBlack.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "133.0"
  930. *ColorSepScreenFreq CustomColor.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "133.0"
  931. *ColorSepScreenFreq ProcessCyan.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "133.0"
  932. *ColorSepScreenFreq ProcessMagenta.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "133.0"
  933. *ColorSepScreenFreq ProcessYellow.133lpi.3657.6x3657.6dpi/133 lpi / 3657.6x3657.6 dpi: "133.0"
  934.  
  935. *% For 150 lpi / 3657.6x3657.6 dpi ===================================================
  936. *ColorSepScreenAngle ProcessBlack.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "75.00"
  937. *ColorSepScreenAngle CustomColor.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "45.00"
  938. *ColorSepScreenAngle ProcessCyan.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "15.00"
  939. *ColorSepScreenAngle ProcessMagenta.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "45.00"
  940. *ColorSepScreenAngle ProcessYellow.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "0.00"
  941.  
  942. *ColorSepScreenFreq ProcessBlack.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "150.0"
  943. *ColorSepScreenFreq CustomColor.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "150.0"
  944. *ColorSepScreenFreq ProcessCyan.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "150.0"
  945. *ColorSepScreenFreq ProcessMagenta.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "150.0"
  946. *ColorSepScreenFreq ProcessYellow.150lpi.3657.6x3657.6dpi/150 lpi / 3657.6x3657.6 dpi: "150.0"
  947.  
  948. *% For 175 lpi / 3657.6x3657.6 dpi ===================================================
  949. *ColorSepScreenAngle ProcessBlack.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "75.00"
  950. *ColorSepScreenAngle CustomColor.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "45.00"
  951. *ColorSepScreenAngle ProcessCyan.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "15.00"
  952. *ColorSepScreenAngle ProcessMagenta.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "45.00"
  953. *ColorSepScreenAngle ProcessYellow.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "0.00"
  954.  
  955. *ColorSepScreenFreq ProcessBlack.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "175.0"
  956. *ColorSepScreenFreq CustomColor.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "175.0"
  957. *ColorSepScreenFreq ProcessCyan.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "175.0"
  958. *ColorSepScreenFreq ProcessMagenta.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "175.0"
  959. *ColorSepScreenFreq ProcessYellow.175lpi.3657.6x3657.6dpi/175 lpi / 3657.6x3657.6 dpi: "175.0"
  960.  
  961. *% For 200 lpi / 3657.6x3657.6 dpi ===================================================
  962. *ColorSepScreenAngle ProcessBlack.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "75.00"
  963. *ColorSepScreenAngle CustomColor.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "45.00"
  964. *ColorSepScreenAngle ProcessCyan.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "15.00"
  965. *ColorSepScreenAngle ProcessMagenta.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "45.00"
  966. *ColorSepScreenAngle ProcessYellow.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "0.00"
  967.  
  968. *ColorSepScreenFreq ProcessBlack.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "200.0"
  969. *ColorSepScreenFreq CustomColor.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "200.0"
  970. *ColorSepScreenFreq ProcessCyan.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "200.0"
  971. *ColorSepScreenFreq ProcessMagenta.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "200.0"
  972. *ColorSepScreenFreq ProcessYellow.200lpi.3657.6x3657.6dpi/200 lpi / 3657.6x3657.6 dpi: "200.0"
  973.  
  974. *% For 225 lpi / 3657.6x3657.6 dpi ===================================================
  975. *ColorSepScreenAngle ProcessBlack.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "75.00"
  976. *ColorSepScreenAngle CustomColor.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "45.00"
  977. *ColorSepScreenAngle ProcessCyan.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "15.00"
  978. *ColorSepScreenAngle ProcessMagenta.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "45.00"
  979. *ColorSepScreenAngle ProcessYellow.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "0.00"
  980.  
  981. *ColorSepScreenFreq ProcessBlack.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "225.0"
  982. *ColorSepScreenFreq CustomColor.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "225.0"
  983. *ColorSepScreenFreq ProcessCyan.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "225.0"
  984. *ColorSepScreenFreq ProcessMagenta.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "225.0"
  985. *ColorSepScreenFreq ProcessYellow.225lpi.3657.6x3657.6dpi/225 lpi / 3657.6x3657.6 dpi: "225.0"
  986.  
  987. *% For 260 lpi / 3657.6x3657.6 dpi ===================================================
  988. *ColorSepScreenAngle ProcessBlack.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "75.00"
  989. *ColorSepScreenAngle CustomColor.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "45.00"
  990. *ColorSepScreenAngle ProcessCyan.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "15.00"
  991. *ColorSepScreenAngle ProcessMagenta.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "45.00"
  992. *ColorSepScreenAngle ProcessYellow.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "0.00"
  993.  
  994. *ColorSepScreenFreq ProcessBlack.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "260.0"
  995. *ColorSepScreenFreq CustomColor.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "260.0"
  996. *ColorSepScreenFreq ProcessCyan.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "260.0"
  997. *ColorSepScreenFreq ProcessMagenta.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "260.0"
  998. *ColorSepScreenFreq ProcessYellow.260lpi.3657.6x3657.6dpi/260 lpi / 3657.6x3657.6 dpi: "260.0"
  999.  
  1000. *% For 290 lpi / 3657.6x3657.6 dpi ===================================================
  1001. *ColorSepScreenAngle ProcessBlack.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "75.00"
  1002. *ColorSepScreenAngle CustomColor.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "45.00"
  1003. *ColorSepScreenAngle ProcessCyan.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "15.00"
  1004. *ColorSepScreenAngle ProcessMagenta.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "45.00"
  1005. *ColorSepScreenAngle ProcessYellow.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "0.00"
  1006.  
  1007. *ColorSepScreenFreq ProcessBlack.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "290.0"
  1008. *ColorSepScreenFreq CustomColor.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "290.0"
  1009. *ColorSepScreenFreq ProcessCyan.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "290.0"
  1010. *ColorSepScreenFreq ProcessMagenta.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "290.0"
  1011. *ColorSepScreenFreq ProcessYellow.290lpi.3657.6x3657.6dpi/290 lpi / 3657.6x3657.6 dpi: "290.0"
  1012.  
  1013. *% For 325 lpi / 3657.6x3657.6 dpi ===================================================
  1014. *ColorSepScreenAngle ProcessBlack.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "75.00"
  1015. *ColorSepScreenAngle CustomColor.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "45.00"
  1016. *ColorSepScreenAngle ProcessCyan.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "15.00"
  1017. *ColorSepScreenAngle ProcessMagenta.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "45.00"
  1018. *ColorSepScreenAngle ProcessYellow.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "0.00"
  1019.  
  1020. *ColorSepScreenFreq ProcessBlack.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "325.0"
  1021. *ColorSepScreenFreq CustomColor.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "325.0"
  1022. *ColorSepScreenFreq ProcessCyan.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "325.0"
  1023. *ColorSepScreenFreq ProcessMagenta.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "325.0"
  1024. *ColorSepScreenFreq ProcessYellow.325lpi.3657.6x3657.6dpi/325 lpi / 3657.6x3657.6 dpi: "325.0"
  1025.  
  1026. *% For 65 lpi / 4876.8x1219.2 dpi ===================================================
  1027. *ColorSepScreenAngle ProcessBlack.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "75.00"
  1028. *ColorSepScreenAngle CustomColor.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "45.00"
  1029. *ColorSepScreenAngle ProcessCyan.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "15.00"
  1030. *ColorSepScreenAngle ProcessMagenta.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "45.00"
  1031. *ColorSepScreenAngle ProcessYellow.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "0.00"
  1032.  
  1033. *ColorSepScreenFreq ProcessBlack.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "65.0"
  1034. *ColorSepScreenFreq CustomColor.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "65.0"
  1035. *ColorSepScreenFreq ProcessCyan.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "65.0"
  1036. *ColorSepScreenFreq ProcessMagenta.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "65.0"
  1037. *ColorSepScreenFreq ProcessYellow.65lpi.4876.8x1219.2dpi/65 lpi / 4876.8x1219.2 dpi: "65.0"
  1038.  
  1039. *% For 75 lpi / 4876.8x1219.2 dpi ===================================================
  1040. *ColorSepScreenAngle ProcessBlack.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "75.00"
  1041. *ColorSepScreenAngle CustomColor.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "45.00"
  1042. *ColorSepScreenAngle ProcessCyan.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "15.00"
  1043. *ColorSepScreenAngle ProcessMagenta.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "45.00"
  1044. *ColorSepScreenAngle ProcessYellow.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "0.00"
  1045.  
  1046. *ColorSepScreenFreq ProcessBlack.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "75.0"
  1047. *ColorSepScreenFreq CustomColor.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "75.0"
  1048. *ColorSepScreenFreq ProcessCyan.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "75.0"
  1049. *ColorSepScreenFreq ProcessMagenta.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "75.0"
  1050. *ColorSepScreenFreq ProcessYellow.75lpi.4876.8x1219.2dpi/75 lpi / 4876.8x1219.2 dpi: "75.0"
  1051.  
  1052. *% For 85 lpi / 4876.8x1219.2 dpi ===================================================
  1053. *ColorSepScreenAngle ProcessBlack.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "75.00"
  1054. *ColorSepScreenAngle CustomColor.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "45.00"
  1055. *ColorSepScreenAngle ProcessCyan.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "15.00"
  1056. *ColorSepScreenAngle ProcessMagenta.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "45.00"
  1057. *ColorSepScreenAngle ProcessYellow.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "0.00"
  1058.  
  1059. *ColorSepScreenFreq ProcessBlack.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "85.0"
  1060. *ColorSepScreenFreq CustomColor.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "85.0"
  1061. *ColorSepScreenFreq ProcessCyan.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "85.0"
  1062. *ColorSepScreenFreq ProcessMagenta.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "85.0"
  1063. *ColorSepScreenFreq ProcessYellow.85lpi.4876.8x1219.2dpi/85 lpi / 4876.8x1219.2 dpi: "85.0"
  1064.  
  1065. *% For 95 lpi / 4876.8x1219.2 dpi ===================================================
  1066. *ColorSepScreenAngle ProcessBlack.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "75.00"
  1067. *ColorSepScreenAngle CustomColor.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "45.00"
  1068. *ColorSepScreenAngle ProcessCyan.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "15.00"
  1069. *ColorSepScreenAngle ProcessMagenta.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "45.00"
  1070. *ColorSepScreenAngle ProcessYellow.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "0.00"
  1071.  
  1072. *ColorSepScreenFreq ProcessBlack.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "95.0"
  1073. *ColorSepScreenFreq CustomColor.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "95.0"
  1074. *ColorSepScreenFreq ProcessCyan.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "95.0"
  1075. *ColorSepScreenFreq ProcessMagenta.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "95.0"
  1076. *ColorSepScreenFreq ProcessYellow.95lpi.4876.8x1219.2dpi/95 lpi / 4876.8x1219.2 dpi: "95.0"
  1077.  
  1078. *% For 110 lpi / 4876.8x1219.2 dpi ===================================================
  1079. *ColorSepScreenAngle ProcessBlack.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "75.00"
  1080. *ColorSepScreenAngle CustomColor.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "45.00"
  1081. *ColorSepScreenAngle ProcessCyan.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "15.00"
  1082. *ColorSepScreenAngle ProcessMagenta.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "45.00"
  1083. *ColorSepScreenAngle ProcessYellow.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "0.00"
  1084.  
  1085. *ColorSepScreenFreq ProcessBlack.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "110.0"
  1086. *ColorSepScreenFreq CustomColor.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "110.0"
  1087. *ColorSepScreenFreq ProcessCyan.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "110.0"
  1088. *ColorSepScreenFreq ProcessMagenta.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "110.0"
  1089. *ColorSepScreenFreq ProcessYellow.110lpi.4876.8x1219.2dpi/110 lpi / 4876.8x1219.2 dpi: "110.0"
  1090.  
  1091. *% For 125 lpi / 4876.8x1219.2 dpi ===================================================
  1092. *ColorSepScreenAngle ProcessBlack.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "75.00"
  1093. *ColorSepScreenAngle CustomColor.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "45.00"
  1094. *ColorSepScreenAngle ProcessCyan.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "15.00"
  1095. *ColorSepScreenAngle ProcessMagenta.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "45.00"
  1096. *ColorSepScreenAngle ProcessYellow.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "0.00"
  1097.  
  1098. *ColorSepScreenFreq ProcessBlack.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "125.0"
  1099. *ColorSepScreenFreq CustomColor.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "125.0"
  1100. *ColorSepScreenFreq ProcessCyan.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "125.0"
  1101. *ColorSepScreenFreq ProcessMagenta.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "125.0"
  1102. *ColorSepScreenFreq ProcessYellow.125lpi.4876.8x1219.2dpi/125 lpi / 4876.8x1219.2 dpi: "125.0"
  1103.  
  1104. *% For 85 lpi / 4876.8x2438.4 dpi ===================================================
  1105. *ColorSepScreenAngle ProcessBlack.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "75.00"
  1106. *ColorSepScreenAngle CustomColor.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "45.00"
  1107. *ColorSepScreenAngle ProcessCyan.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "15.00"
  1108. *ColorSepScreenAngle ProcessMagenta.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "45.00"
  1109. *ColorSepScreenAngle ProcessYellow.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "0.00"
  1110.  
  1111. *ColorSepScreenFreq ProcessBlack.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "85.0"
  1112. *ColorSepScreenFreq CustomColor.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "85.0"
  1113. *ColorSepScreenFreq ProcessCyan.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "85.0"
  1114. *ColorSepScreenFreq ProcessMagenta.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "85.0"
  1115. *ColorSepScreenFreq ProcessYellow.85lpi.4876.8x2438.4dpi/85 lpi / 4876.8x2438.4 dpi: "85.0"
  1116.  
  1117. *% For 100 lpi / 4876.8x2438.4 dpi ===================================================
  1118. *ColorSepScreenAngle ProcessBlack.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "75.00"
  1119. *ColorSepScreenAngle CustomColor.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "45.00"
  1120. *ColorSepScreenAngle ProcessCyan.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "15.00"
  1121. *ColorSepScreenAngle ProcessMagenta.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "45.00"
  1122. *ColorSepScreenAngle ProcessYellow.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "0.00"
  1123.  
  1124. *ColorSepScreenFreq ProcessBlack.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "100.0"
  1125. *ColorSepScreenFreq CustomColor.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "100.0"
  1126. *ColorSepScreenFreq ProcessCyan.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "100.0"
  1127. *ColorSepScreenFreq ProcessMagenta.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "100.0"
  1128. *ColorSepScreenFreq ProcessYellow.100lpi.4876.8x2438.4dpi/100 lpi / 4876.8x2438.4 dpi: "100.0"
  1129.  
  1130. *% For 115 lpi / 4876.8x2438.4 dpi ===================================================
  1131. *ColorSepScreenAngle ProcessBlack.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "75.00"
  1132. *ColorSepScreenAngle CustomColor.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "45.00"
  1133. *ColorSepScreenAngle ProcessCyan.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "15.00"
  1134. *ColorSepScreenAngle ProcessMagenta.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "45.00"
  1135. *ColorSepScreenAngle ProcessYellow.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "0.00"
  1136.  
  1137. *ColorSepScreenFreq ProcessBlack.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "115.0"
  1138. *ColorSepScreenFreq CustomColor.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "115.0"
  1139. *ColorSepScreenFreq ProcessCyan.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "115.0"
  1140. *ColorSepScreenFreq ProcessMagenta.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "115.0"
  1141. *ColorSepScreenFreq ProcessYellow.115lpi.4876.8x2438.4dpi/115 lpi / 4876.8x2438.4 dpi: "115.0"
  1142.  
  1143. *% For 133 lpi / 4876.8x2438.4 dpi ===================================================
  1144. *ColorSepScreenAngle ProcessBlack.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "75.00"
  1145. *ColorSepScreenAngle CustomColor.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "45.00"
  1146. *ColorSepScreenAngle ProcessCyan.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "15.00"
  1147. *ColorSepScreenAngle ProcessMagenta.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "45.00"
  1148. *ColorSepScreenAngle ProcessYellow.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "0.00"
  1149.  
  1150. *ColorSepScreenFreq ProcessBlack.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "133.0"
  1151. *ColorSepScreenFreq CustomColor.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "133.0"
  1152. *ColorSepScreenFreq ProcessCyan.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "133.0"
  1153. *ColorSepScreenFreq ProcessMagenta.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "133.0"
  1154. *ColorSepScreenFreq ProcessYellow.133lpi.4876.8x2438.4dpi/133 lpi / 4876.8x2438.4 dpi: "133.0"
  1155.  
  1156. *% For 150 lpi / 4876.8x2438.4 dpi ===================================================
  1157. *ColorSepScreenAngle ProcessBlack.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "75.00"
  1158. *ColorSepScreenAngle CustomColor.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "45.00"
  1159. *ColorSepScreenAngle ProcessCyan.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "15.00"
  1160. *ColorSepScreenAngle ProcessMagenta.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "45.00"
  1161. *ColorSepScreenAngle ProcessYellow.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "0.00"
  1162.  
  1163. *ColorSepScreenFreq ProcessBlack.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "150.0"
  1164. *ColorSepScreenFreq CustomColor.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "150.0"
  1165. *ColorSepScreenFreq ProcessCyan.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "150.0"
  1166. *ColorSepScreenFreq ProcessMagenta.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "150.0"
  1167. *ColorSepScreenFreq ProcessYellow.150lpi.4876.8x2438.4dpi/150 lpi / 4876.8x2438.4 dpi: "150.0"
  1168.  
  1169. *% For 175 lpi / 4876.8x2438.4 dpi ===================================================
  1170. *ColorSepScreenAngle ProcessBlack.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "75.00"
  1171. *ColorSepScreenAngle CustomColor.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "45.00"
  1172. *ColorSepScreenAngle ProcessCyan.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "15.00"
  1173. *ColorSepScreenAngle ProcessMagenta.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "45.00"
  1174. *ColorSepScreenAngle ProcessYellow.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "0.00"
  1175.  
  1176. *ColorSepScreenFreq ProcessBlack.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "175.0"
  1177. *ColorSepScreenFreq CustomColor.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "175.0"
  1178. *ColorSepScreenFreq ProcessCyan.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "175.0"
  1179. *ColorSepScreenFreq ProcessMagenta.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "175.0"
  1180. *ColorSepScreenFreq ProcessYellow.175lpi.4876.8x2438.4dpi/175 lpi / 4876.8x2438.4 dpi: "175.0"
  1181.  
  1182. *% For 190 lpi / 4876.8x2438.4 dpi ===================================================
  1183. *ColorSepScreenAngle ProcessBlack.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "75.00"
  1184. *ColorSepScreenAngle CustomColor.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "45.00"
  1185. *ColorSepScreenAngle ProcessCyan.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "15.00"
  1186. *ColorSepScreenAngle ProcessMagenta.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "45.00"
  1187. *ColorSepScreenAngle ProcessYellow.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "0.00"
  1188.  
  1189. *ColorSepScreenFreq ProcessBlack.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "190.0"
  1190. *ColorSepScreenFreq CustomColor.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "190.0"
  1191. *ColorSepScreenFreq ProcessCyan.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "190.0"
  1192. *ColorSepScreenFreq ProcessMagenta.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "190.0"
  1193. *ColorSepScreenFreq ProcessYellow.190lpi.4876.8x2438.4dpi/190 lpi / 4876.8x2438.4 dpi: "190.0"
  1194.  
  1195. *% For 215 lpi / 4876.8x2438.4 dpi ===================================================
  1196. *ColorSepScreenAngle ProcessBlack.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "75.00"
  1197. *ColorSepScreenAngle CustomColor.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "45.00"
  1198. *ColorSepScreenAngle ProcessCyan.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "15.00"
  1199. *ColorSepScreenAngle ProcessMagenta.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "45.00"
  1200. *ColorSepScreenAngle ProcessYellow.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "0.00"
  1201.  
  1202. *ColorSepScreenFreq ProcessBlack.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "215.0"
  1203. *ColorSepScreenFreq CustomColor.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "215.0"
  1204. *ColorSepScreenFreq ProcessCyan.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "215.0"
  1205. *ColorSepScreenFreq ProcessMagenta.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "215.0"
  1206. *ColorSepScreenFreq ProcessYellow.215lpi.4876.8x2438.4dpi/215 lpi / 4876.8x2438.4 dpi: "215.0"
  1207.  
  1208. *% End of PPD file
  1209. *% Fuji Photo Film Imagesetter IS560
  1210. *% The byte count of this file should be exactly 062823 or 064035
  1211. *% depending on the filesystem it resides in.
  1212. *% end of PPD file for LUXSETTER 
  1213.